Kotlin utilities
/
it.czerwinski.kotlin.util
/
Either
/
swap
common
swap
abstract fun
swap
():
Either
<
R
,
L
>
Content copied to clipboard
Swaps
Left
to
Right
and
Right
to
Left
.
Return
Left
if this is
Right
or
Right
if this is
Left
.